0.13.2 -> 0.14.0
Before
-
SmartContractServiceConfig
was aScriptableObject
implemented to game in build time. -
StandaloneBrowserJsConfig
's variables were named differently.
After
-
SmartContractServiceConfig
is data fetched from backend (OldScriptableObject
with missing script can be safely deleted). It is needed only for duels, and not for asynchronous games. To retrieve the data and initializeSmartContractService
, call:UniTask SmartContractService.Initialize()
If your game is not connected to
SmartContractService
in our database, it will result in an error. To connect your game, contact us on our developers Discord. -
StandaloneBrowserJsConfig
's variables were renamed, which resulted in resetting values to the default. To make it work like before, it is suggested to setchain id
to 11155111 (or another you use), every checkbox to true, delays to 100.
📄️ 0.11.0 -> 0.12.0
Before
📄️ 0.13.2 -> 0.14.0
Before